Platform Explorer / Nuxeo Platform 11.3

Component org.nuxeo.search.ui.theme

Resolution Order

808
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.search.ui.theme">

  <extension target="org.nuxeo.theme.styling.service" point="pages">

    <themePage name="search/default">
      <defaultFlavor>default</defaultFlavor>
      <resources>
        <bundle>nuxeo_includes</bundle>
        <bundle>nuxeo_base</bundle>
        <bundle>nuxeo_sassCss</bundle>
        <resource>nuxeo_search_specific.scss</resource>
      </resources>
    </themePage>

  </extension>

  <extension target="org.nuxeo.ecm.platform.WebResources" point="resources">

    <resource name="nuxeo_search_specific.scss" type="css">
      <path>themes/sass/nuxeo_search_specific.scss</path>
      <processors>
        <processor>sassCss</processor>
      </processors>
    </resource>

  </extension>

</component>